﻿body {
}


    .page {
        display: flex;
        flex-direction: column;
        width: 100vw;
        height: 100vh;
        overflow: auto;
        align-content: flex-start;
    }


.content-wrapper {
    
}


.invalid-field {
    border: 2px solid red;
    background-color: #ffe6e6;
}

